home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / gmpvb2.exe / README.TXT < prev    next >
Encoding:
Text File  |  1992-01-05  |  1.0 KB  |  26 lines

  1.     The file GPMVB2.ZIP contains files for a Visual Basic program that uses
  2. DDE to manipulate/get data from Microsoft Word for Windows (Winword).  The 
  3. particular items in this program are not of much use, but they illustrate
  4. some of what I have discovered about using DDE to control Winword and can
  5. be adapted to perform more useful functions.  You might also want to look at
  6. the sample I am posting as GPMVB1.ZIP, which illustrates the use of VB
  7. to create/edit a form-based Winword document.
  8.     The VB program is WORDDEMO.MAK, a VB project with five related files:
  9.  
  10.         DDEFORM.FRM
  11.         WORDDEMO.BAS
  12.         WORDDEMO.FRM
  13.         WORDDEMO.GBL
  14.         FORM2.FRM
  15.  
  16. Start up Winword and open some documents before running the VB program.
  17. Running the VB program will call up a form that should be largely self-
  18. explanatory.
  19.     As in the case of GPMVB1.ZIP, there are some undoubtedly cryptic
  20. comments sprinkled through the 0code; the rest you'll have to figure out
  21. yourself.  Yes, indeed, it's another DDE adventure game!
  22.  
  23.             g.p.m.
  24.         CIS No. 72040,110
  25.  
  26. 1/5/92